home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / sysdeps / vax / jmp_buf.h < prev    next >
Text File  |  1990-12-14  |  132b  |  8 lines

  1. /* Define the machine-dependent type `jmp_buf'.  Vax version.  */
  2.  
  3. typedef struct
  4.   {
  5.     PTR __fp;
  6.     PTR __pc;
  7.   } __jmp_buf[1];
  8.